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

📄 uart_test_syn.prj

📁 主芯片:Actel的FPGA030,Verilog语言,串口发送和接收的例程
💻 PRJ
字号:
#add_file options
add_file -verilog "E:/programer_new/UART/project/hdl/rec.v"
add_file -verilog "E:/programer_new/UART/project/hdl/send.v"
add_file -verilog "E:/programer_new/UART/project/hdl/uart_test.v"
set_option -top_module uart_test

#device options
set_option -technology ProASIC3
set_option -part A3P030

#compilation/mapping options
set_option -symbolic_fsm_compiler true

#compilation/mapping options
set_option -frequency 100.000

#simulation options
impl -active "synthesis"
project -result_file "E:/programer_new/UART/project/synthesis/uart_test.edn"

⌨️ 快捷键说明

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