实用的程序代码

源代码在线查看: 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 18:44:53 PST 1998								ngdbuild gate_reduce.sxnf >&! ngdbuild.log				map  gate_reduce.ngd -o map.ncd gate_reduce.pcf				cp gate_reduce.pcf map.pcf				par  -d 1 -w map.ncd gate_reduce.ncd				trce -a gate_reduce.ncd gate_reduce.pcf				ngdanno -o time_sim.nga -p gate_reduce.pcf gate_reduce.ncd map.ngm				ngd2ver -w -tf -ul -pf time_sim.nga				bitgen -w gate_reduce.ncd							

相关资源