attic | ||
.gitignore | ||
compile | ||
empty_lfe5u-85f.config | ||
gen_rom_hex.py | ||
ico | ||
icoboard.pcf | ||
make_saturn.ESP5.ys | ||
make_saturn.ICE40.ys | ||
Makefile | ||
README.md | ||
rom-gx-r.hex | ||
run.sh | ||
saturn_bus.v | ||
saturn_bus_controller.v | ||
saturn_control_unit.v | ||
saturn_debugger.v | ||
saturn_def_buscmd.v | ||
saturn_hp48gx_rom.v | ||
saturn_top.v | ||
ulx3s_v20.lpf | ||
z_test_rom-1.hex | ||
z_test_rom-2.hex |
Verilog implementation of the HP saturn processor
licence: GPLv3 or later
timings:
___________
reset: |____________________________________________________
____ ____ ____ ____ ____ ____
clk : | || || || || || |____
_________ _________ _________ _________ _________
counter: /0____X____1____X____2____X____3____X____0
_________ _________
phase_0: | ||
_________
phase_1: | |____
_________
phase_2: _______________| |
_________
phase_3: ___________________________________| |
notes for using the ULX3S
Maybe linux ujprog won't find port because of insufficient priviledge. Either run ujprog as root or have udev rule:# this is for usb-serial tty device
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015",
MODE="664", GROUP="dialout"
this is for ujprog libusb access
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015",
GROUP="dialout", MODE="666"