实用的程序代码

源代码在线查看: command.his

软件大小: 7685 K
上传用户: wang8310733
关键词: 程序 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/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							

相关资源