Files
hdlbuild/project.example.yml
Max P ba8cc2ef94 Adds ISim support to tool options
Extends tool configuration to include ISim options by adding a new field to the model and example configuration file. Supports specifying ISim arguments for enhanced simulation workflows.
2025-04-27 12:01:38 +00:00

61 lines
800 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: []
isim:
- "-gui"