feat(src): define clock constraints in ROB.ucf

- Adds clock net mapping and timing specifications
- Defines a 200 MHz clock period with 50% duty cycle
This commit is contained in:
2025-07-07 13:15:01 +00:00
parent dce101dfdf
commit 880526968f

3
src/ROB.ucf Normal file
View File

@@ -0,0 +1,3 @@
NET I_CLK LOC = B8;
NET I_CLK TNM_NET = CLOCK;
TIMESPEC TS_CLOCK = PERIOD CLOCK 200 MHz HIGH 50 %;