NuBusFPGA/nubus-to-ztex-gateware
Romain Dolbeau 3e444b9b58 more notes
2023-04-29 12:59:12 +02:00
..
ConsoleTest
DeclROM V1.2 bringup 2023-04-17 22:55:22 +02:00
hdl-util_hdmi@01c18e4cbb HDMI Audio 2023-01-08 15:11:22 +01:00
NuBusFPGAHDMIAudio add sample CW project in SIT file for audio 2023-04-04 23:11:58 +02:00
NuBusFPGAInit
VintageBusFPGA_Common@9e350c5962 better qemu support, exp. add of Eth 2023-04-16 09:04:21 +02:00
XiBus@e20f6ca7c4 move to submodules XiBus 2022-10-31 15:28:08 +01:00
.gitignore mising file for SW SDRAM Init 2023-01-29 09:17:24 +01:00
74fct245.v
do_V1.0 track V1.2 pcb update 2023-01-14 11:03:01 +01:00
do_V1.2 V1.2 bringup 2023-04-17 22:55:22 +02:00
MakeFile
mc68030_fsm.py thinking out loud, not relevant to NuBus 2023-03-26 11:44:51 +02:00
nubus_arbiter.v
nubus_cpld.ucf
nubus_cpld.v typo 2022-11-01 11:34:06 +01:00
nubus_cpldinfpga.v typos 2022-11-01 12:41:58 +01:00
nubus_cpu_wb.py
nubus_fpga_V1_0_timings.xdc
nubus_full_unified.py V1.2 bringup 2023-04-17 22:55:22 +02:00
nubus_master_tst.py
nubus_mem_wb.py
nubus_memfifo_wb.py
nubus_sampling.v
nubus_stat.py
nubus_to_fpga_export.py move SDRAM init from HW to SW 2023-01-27 22:25:12 +01:00
nubus_to_fpga_soc.py V1.2 bringup 2023-04-17 22:55:22 +02:00
nubus_V1_0.py support both version for now 2022-11-01 15:42:59 +01:00
nubus_V1_0.v renames 2022-11-01 15:34:02 +01:00
nubus_V1_2.py track V1.2 pcb update 2023-01-14 11:03:01 +01:00
nubus_V1_2.v renames files to V1_2 2022-11-01 15:31:34 +01:00
nubus-to-ztex-io-signal.xdc more stuff thinking about V1.2 2022-11-01 09:29:34 +01:00
nubus-to-ztex-pin-signal.xdc update xdc 2022-11-01 09:45:57 +01:00
post_process_timings.sh
README.md more notes 2023-04-29 12:59:12 +02:00
sdram_init.py move SDRAM init from HW to SW 2023-01-27 22:25:12 +01:00
slave_tb.sv
slave_V1.2_tb.sv fix V1.2 TB 2022-11-01 14:37:20 +01:00
sn74cb3t3125.v fix V1.2 TB 2022-11-01 14:37:20 +01:00
sn74cb3t3245.v fix V1.2 TB 2022-11-01 14:37:20 +01:00
sn74lvt125.v
ztex213_nubus.py V1.2 bringup 2023-04-17 22:55:22 +02:00

Compiling

Rom

Compiling the Declaration Rom (in DeclRom) requires the Retro68 toolchain.

The beginning of the Makefile in DeclROM/ needs to be adapted to point to the toolchain.

Microcode for acceleration

Compiling the acceleration code for the Framebuffer requires a RISC-V toolchain.

The script blit_goblin_nubus.sh in VintageBusFPGA_Common/ needs to be adapted to point to the appropriate toolchain.

Bitstream

Generating the bitstream requires Vivado, 2022 or newer should do. It also requires Litex, see for instance Linux-on-Litex-VexRiscv.

You will need LItex working, and an usable Vivado in yout $PATH.

Known issues

dependencies

There's an interesting issue where you need the DeclRom to generate the bitstream (by defualt the Rom is emebedded in it), but you need CSR headers created during the generation of the bitstream to compile the Declaration Rom. A simple workaround is to create a Rom file with a kilobyte or two of fake data, generate the bitstream, then compile the declaration rom, then re-generate the bitsteam with the proper Rom.

timings

While the main part of the design should be fine in terms of timings, some of the HDMI part isn't. At FullHD resolution (1920x1080 @ 60Hz)), It is 'normal' to have -0.808ns of WPWS, with 9 endpoints failing, in the hdmi5x_clk domain. It doesn't seem to affect the display. This is using the V1.2 54 MHz clock to Bank 34; using the primary 48 MHz clock instead (as in V1.0), the hdmi_clk is a 148.8 MHz instead of 148.5 and the WPPS is -0.811 instead (the 5x clock is at 744 Mhz instead of 742.5 MHz).