39 lines
688 B
Plaintext
39 lines
688 B
Plaintext
CAPI=2:
|
|
name: ETN4:STDLIB:STDLIB:1.0.0
|
|
description: Basic functions (FF, registers, counters, ...)
|
|
|
|
filesets:
|
|
rtl:
|
|
files:
|
|
- D_FF.vhd
|
|
- D_FF_bank.vhd
|
|
- shift_register.vhd
|
|
- counter.vhd
|
|
file_type: vhdlSource
|
|
|
|
tb:
|
|
files:
|
|
- stdlib_tb.vhd
|
|
file_type: vhdlSource
|
|
|
|
targets:
|
|
default: &default
|
|
filesets:
|
|
- rtl
|
|
toplevel:
|
|
parameters:
|
|
|
|
sim:
|
|
<<: *default
|
|
description: Simulate the design
|
|
default_tool: ghdl
|
|
filesets_append:
|
|
- tb
|
|
toplevel: stdlib_tb
|
|
tools:
|
|
ghdl:
|
|
analyze_options:
|
|
- -fsynopsys
|
|
run_options:
|
|
- --wave=waveform.ghw --stop-time=2us
|
|
parameters: |