working FIFO and TPSRAM without packet flter

This commit is contained in:
2026-04-15 23:54:00 +05:30
parent 77c69687d9
commit e4b91625ea
579 changed files with 1295759 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
set_device -family {PolarFire} -die {MPF300TS} -speed {-1}
read_adl {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\top.adl}
read_afl {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\top.afl}
map_netlist
read_sdc {E:\AbhishekV\rising\ethernet_tpsram_test\constraint\top_derived_constraints.sdc}
read_sdc {E:\AbhishekV\rising\ethernet_tpsram_test\constraint\timing_user_constraints.sdc}
check_constraints {E:\AbhishekV\rising\ethernet_tpsram_test\constraint\placer_sdc_errors.log}
estimate_jitter -report {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\place_and_route_jitter_report.txt}
write_sdc -mode layout {E:\AbhishekV\rising\ethernet_tpsram_test\designer\top\place_route.sdc}