Squelette du projet

This commit is contained in:
Olivier Muller
2025-11-03 11:00:11 +01:00
commit ff440776bb
41 changed files with 2522 additions and 0 deletions

5
common/clock.xdc Normal file
View File

@@ -0,0 +1,5 @@
# Clock signal
create_clock -add -name sys_clk_pin -period 8.00 -waveform {0 4} [get_ports { clock }];
set_input_delay -clock sys_clk_pin 0.000 [all_inputs]
set_output_delay -clock sys_clk_pin 0.000 [all_outputs]