实用的程序代码

源代码在线查看: command.his

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

相关代码

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

相关资源