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