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