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

13
designer/top/top_fp.tcl Normal file
View File

@@ -0,0 +1,13 @@
new_project \
-name {top} \
-location {E:\AbhishekV\rising\ethernet_reference_design\hw\Libero_Project\designer\top\top_fp} \
-mode {chain} \
-connect_programmers {FALSE}
add_actel_device \
-device {MPF300TS} \
-name {MPF300TS}
enable_device \
-name {MPF300TS} \
-enable {TRUE}
save_project
close_project