⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mc8051_top.prj

📁 8051VHDL原代码
💻 PRJ
字号:
#
##-- Synplicity, Inc.
##-- Synplify version 7.3
##-- Project file mc8051_top.prj.
##-- Generated using ISE.

#implementation: mc8051_top
impl -add "mc8051_top"

##device options
proc findmatch {spec args} {  set arglist [join $args " "];  set idx [lsearch -glob $arglist $spec];  if {$idx != -1} {  return [lindex $arglist $idx];  } else {  return $spec;  }  }
			
proc findpackage {spec} { findmatch $spec [partdata -package [part]]}
proc findgrade   {spec} { findmatch $spec [partdata -grade   [part]]}
set_option -technology SPARTAN3
set_option -part xc3s200
set_option -package [findpackage {ft256}]
set_option -speed_grade [findgrade {-5}]

## Libraries


## Source files
add_file -verilog {d:/Program Files/Synplicity/fpga_81/bin/../lib/xilinx/unisim.v}
add_file {mc8051_p.vhd}
add_file {control_fsm.vhd}
add_file {control_mem.vhd}
add_file {mc8051_control.vhd}
add_file {alumux.vhd}
add_file {alucore.vhd}
add_file {addsub_ovcy.vhd}
add_file {addsub_cy.vhd}
add_file {addsub_core.vhd}
add_file {comb_mltplr.vhd}
add_file {comb_divider.vhd}
add_file {dcml_adjust.vhd}
add_file {mc8051_alu.vhd}
add_file {mc8051_siu.vhd}
add_file {mc8051_tmrctr.vhd}
add_file {mc8051_core.vhd}
add_file {mc8051_ram.xco}
add_file {mc8051_rom.xco}
add_file {mc8051_clockdiv.vhd}
add_file {mc8051_top.vhd}

## Additional compile options
set_option -symbolic_fsm_compiler 1
set_option -resource_sharing 1
set_option -default_enum_encoding default
set_option -top_module mc8051_top
set_option -use_fsm_explorer 0

## Additional map options
set_option -frequency 0
set_option -fanout_limit 100
set_option -disable_io_insertion 0
set_option -pipe 0
set_option -modular 0
set_option -retiming 0

## Additional simulation options
set_option -write_verilog 0
set_option -write_vhdl 0

## Additional placeAndRoute options
set_option -write_apr_constraint 1

## Additional implAttr options
set_option -num_critical_paths 0
set_option -num_startend_points 0

set_option -vlog_std v2001
set_option -compiler_compatible 0

##--Set result format/file last
project -result_file {e:/vhdl/f8051/mc8051_top.edn}

##-- Constraint file
add_file -constraint {e:/vhdl/f8051/mc8051_top.sdc}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -