]> git.the-white-hart.net Git - vhdl/commit
Initial commit
authorrs <>
Sat, 28 Jun 2025 03:19:34 +0000 (22:19 -0500)
committerrs <>
Sat, 28 Jun 2025 03:19:34 +0000 (22:19 -0500)
commit83b53de3954561eabe0116a95c91becbf03017c2
tree04404fa50ee9c8ed3f2ead6ec5dc6aec6a405288
Initial commit
77 files changed:
.gitignore [new file with mode: 0644]
libraries/nexys2/epp_wb.vhd [new file with mode: 0644]
libraries/nexys2/host_ctrl.vhd [new file with mode: 0644]
libraries/nexys2/host_regs.vhd [new file with mode: 0644]
libraries/nexys2/mem_mux.vhd [new file with mode: 0644]
libraries/nexys2/mem_wb8_0.vhd [new file with mode: 0644]
libraries/nexys2/mem_wb_basic.vhd [new file with mode: 0644]
libraries/nexys2/seven_seg_hex.vhd [new file with mode: 0644]
libraries/nexys2/seven_seg_mux.vhd [new file with mode: 0644]
libraries/nexys2/tests/program.sh [new file with mode: 0755]
libraries/nexys2/tests/test_nexys2_mem_wb8_0.vhd [new file with mode: 0644]
libraries/nexys2/tests/test_sim_mem_wb8_0.vhd [new file with mode: 0644]
libraries/nexys2/wishbone_debugger.vhd [new file with mode: 0644]
libraries/ps2/ps2_host.vhd [new file with mode: 0644]
libraries/ps2/ps2_host_wb.vhd [new file with mode: 0644]
libraries/ps2/tests/nexys2.vhd [new file with mode: 0644]
libraries/ps2/tests/program.sh [new file with mode: 0755]
libraries/ps2/tests/test_ps2_host.vhd [new file with mode: 0644]
libraries/ps2/tests/test_ps2_host_wb.vhd [new file with mode: 0644]
libraries/rs232/rs232_rx.vhd [new file with mode: 0644]
libraries/rs232/rs232_tx.vhd [new file with mode: 0644]
libraries/rs232/rs232_uart.vhd [new file with mode: 0644]
libraries/rs232/tests/program.sh [new file with mode: 0755]
libraries/rs232/tests/test_nexys2.vhd [new file with mode: 0644]
libraries/rs232/tests/test_rs232_rx.vhd [new file with mode: 0644]
libraries/rs232/tests/test_rs232_tx.vhd [new file with mode: 0644]
libraries/rs232/tests/test_uart.vhd [new file with mode: 0644]
libraries/simulated/delay_edges.vhd [new file with mode: 0644]
libraries/simulated/is_unstable.vhd [new file with mode: 0644]
libraries/simulated/is_unstable_v.vhd [new file with mode: 0644]
libraries/simulated/js28f128j3d75.vhd [new file with mode: 0644]
libraries/simulated/mt45w8mw16bgx.vhd [new file with mode: 0644]
libraries/simulated/ps2_device.vhd [new file with mode: 0644]
libraries/simulated/tests/test_js28f128j3d75.vhd [new file with mode: 0644]
libraries/simulated/tests/test_mt45w8mw16bgx.vhd [new file with mode: 0644]
libraries/simulated/tests/test_ps2_device.vhd [new file with mode: 0644]
libraries/simulated/tests/test_simmem.vhd [new file with mode: 0644]
libraries/simulated/wb_memory.vhd [new file with mode: 0644]
libraries/utility/debounce.vhd [new file with mode: 0644]
libraries/utility/fifo.vhd [new file with mode: 0644]
libraries/utility/fifo16.vhd [new file with mode: 0644]
libraries/utility/perf_counter.vhd [new file with mode: 0644]
libraries/utility/power_on_reset.vhd [new file with mode: 0644]
libraries/utility/tests/test_fifo.vhd [new file with mode: 0644]
libraries/utility/tests/test_mapper.vhd [new file with mode: 0644]
libraries/utility/wb_debug.vhd [new file with mode: 0644]
libraries/utility/wb_mapper.vhd [new file with mode: 0644]
libraries/utility/wb_mux2.vhd [new file with mode: 0644]
libraries/utility/wb_mux4.vhd [new file with mode: 0644]
libraries/vga/tests/program.sh [new file with mode: 0755]
libraries/vga/tests/test_nexys2.vhd [new file with mode: 0644]
libraries/vga/vga_counter.vhd [new file with mode: 0644]
libraries/vga/vga_tiler.vhd [new file with mode: 0644]
projects/cpu_0/asm/as.py [new file with mode: 0755]
projects/cpu_0/asm/hellorld.asm [new file with mode: 0644]
projects/cpu_0/asm/test.asm [new file with mode: 0644]
projects/cpu_0/cpu.vhd [new file with mode: 0644]
projects/cpu_0/int_ctrl.vhd [new file with mode: 0644]
projects/cpu_0/nexys2.vhd [new file with mode: 0644]
projects/cpu_0/program.sh [new file with mode: 0755]
projects/cpu_0/tests/test_cpu.vhd [new file with mode: 0644]
projects/cpu_0/tests/test_intctrl.vhd [new file with mode: 0644]
projects/cpu_0/tests/test_nexys2.vhd [new file with mode: 0644]
projects/nexys2_host_controller/device/program.sh [new file with mode: 0755]
projects/nexys2_host_controller/host/build.sh [new file with mode: 0755]
projects/nexys2_host_controller/host/digdude.c [new file with mode: 0644]
projects/nexys2_host_controller/host/ec.c [new file with mode: 0644]
projects/nexys2_host_controller/host/ec.h [new file with mode: 0644]
projects/nexys2_host_controller/host/epp_read.c [new file with mode: 0644]
projects/nexys2_host_controller/host/epp_write.c [new file with mode: 0644]
projects/nexys2_host_controller/host/fileformat.c [new file with mode: 0644]
projects/nexys2_host_controller/host/fileformat.h [new file with mode: 0644]
projects/nexys2_host_controller/host/memctrl.c [new file with mode: 0644]
projects/nexys2_host_controller/host/memctrl.h [new file with mode: 0644]
projects/nexys2_host_controller/host/test.sh [new file with mode: 0755]
projects/nexys2_host_controller/nexys2.vhd [new file with mode: 0644]
projects/nexys2_host_controller/testbench_hostctrl.vhd [new file with mode: 0644]