Files
hdlbuild/project.example.yml

59 lines
778 B
YAML

name: VGA
topmodule: VGA_Test
target_device: xc3s1200e-4-fg320
xilinx_path: /opt/Xilinx/14.7/ISE_DS/ISE
sources:
vhdl:
- path: vhdl/*.vhd
library: work
verilog: []
dependencies:
- git: "https://git.0xmax42.io/maxp/Asynchronous-FIFO-AXI-Handshake.git"
rev: "hdlbuild"
testbenches:
vhdl:
- path: vhdltests/*.vhd
library: work
verilog: []
constraints: vhdl/VGA_test.ucf
build:
build_dir: working
report_dir: reports
copy_target_dir: output
# Tool Optionen
tool_options:
common:
- "-intstyle"
- "xflow"
xst:
- "-opt_mode Speed"
- "-opt_level 2"
ngdbuild: []
map:
- "-detail"
par: []
bitgen:
- "-g"
- "StartupClk:JtagClk"
trace:
- "-v"
- "3"
- "-n"
- "3"
fuse: []