相关代码 |
|
#!/bin/csh -f # COMMAND.HIS # Script to re-run a previous design through M1 # # Created on: Tue Jan 6 16:17:11 PST 1998 ngdbuild if_case.sxnf >&! ngdbuild.log map if_case.ngd -o map.ncd if_case.pcf cp if_case.pcf map.pcf par -d 1 -w map.ncd if_case.ncd trce -a if_case.ncd if_case.pcf ngdanno -o time_sim.nga -p if_case.pcf if_case.ncd map.ngm ngd2vhdl -w time_sim.nga bitgen -w if_case.ncd
相关资源 |
|