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
|
|
|
|
|
2023-01-14 10:03:01 +00:00
|
|
|
python3 nubus_to_fpga_soc.py --build --csr-csv csr.csv --csr-json csr.json --variant=ztex2.13a --version=V1.2 --sys-clk-freq 100e6 --goblin --goblin-res 1920x1080@60Hz --hdmi
|
2022-06-04 07:53:09 +00:00
|
|
|
|
2023-01-14 10:03:01 +00:00
|
|
|
#python3 nubus_to_fpga_soc.py --csr-csv csr.csv --csr-json csr.json --variant=ztex2.13a --version=V1.2 --sys-clk-freq 100e6
|
2022-06-04 07:53:09 +00:00
|
|
|
|
2023-01-14 10:03:01 +00:00
|
|
|
) 2>&1 | tee build_V1_2.log
|
2022-02-05 14:32:44 +00:00
|
|
|
# --goblin --goblin-res 1280x1024@60Hz
|
2022-01-29 10:03:47 +00:00
|
|
|
# --hdmi
|
2021-12-21 07:26:30 +00:00
|
|
|
|
2023-01-14 10:03:01 +00:00
|
|
|
grep -A10 'Design Timing Summary' build/ztex213_nubus_V1_2/gateware/ztex213_nubus_V1_2_timing.rpt
|