53 lines
949 B
Plaintext
53 lines
949 B
Plaintext
CAPI=2:
|
|
name: ETN4:recepteurLIN:ReceptionTrame:1.0.0
|
|
description: Fonction reception trame LIN
|
|
|
|
filesets:
|
|
rtl:
|
|
files:
|
|
- receptionTrame_op.vhd
|
|
- receptionTrame.vhd
|
|
- receptionTrame_com.vhd
|
|
file_type: vhdlSource
|
|
depend:
|
|
- ETN4:STDLIB:STDLIB:1.0.0
|
|
|
|
tb:
|
|
files:
|
|
- receptionTrame_tb.vhd
|
|
file_type: vhdlSource
|
|
|
|
|
|
targets:
|
|
default: &default
|
|
filesets:
|
|
- rtl
|
|
toplevel: receptionTrame
|
|
parameters:
|
|
|
|
sim:
|
|
<<: *default
|
|
description: Simulate the design
|
|
default_tool: ghdl
|
|
filesets_append:
|
|
- tb
|
|
toplevel: receptionTrame_tb
|
|
tools:
|
|
ghdl:
|
|
analyze_options:
|
|
- -fsynopsys
|
|
run_options:
|
|
- --wave=waveform.ghw
|
|
parameters:
|
|
|
|
synth:
|
|
<<: *default
|
|
description: Synthesize the design
|
|
default_tool: vivado
|
|
filesets_append:
|
|
tools:
|
|
vivado:
|
|
part: xc7a35tcpg236-1
|
|
pnr: none
|
|
parameters:
|