NuBusFPGA/nubus-to-ztex-gateware/do

11 lines
466 B
Plaintext
Raw Normal View History

2021-12-21 07:26:30 +00:00
(
source /opt/Xilinx/Vivado/2020.1/settings64.sh
export LD_LIBRARY_PATH=/opt/Xilinx/Vivado/2020.1/lib/lnx64.o/SuSE
2022-04-17 09:25:48 +00:00
python3 nubus_to_fpga_soc.py --build --csr-csv csr.csv --csr-json csr.json --variant=ztex2.13a --version=V1.0 --sys-clk-freq 100e6 --goblin --goblin-res 1920x1080@60Hz --hdmi
2021-12-21 07:26:30 +00:00
) 2>&1 | tee build_V1_0.log
# --goblin --goblin-res 1280x1024@60Hz
2022-01-29 10:03:47 +00:00
# --hdmi
2021-12-21 07:26:30 +00:00
grep -A10 'Design Timing Summary' build/ztex213_nubus_V1_0/gateware/ztex213_nubus_V1_0_timing.rpt