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