50 lines
973 B
Plaintext
50 lines
973 B
Plaintext
CAPI=2:
|
|
name: ETN4:recepteurLIN:InterfaceMicroprocesseur:1.0.0
|
|
description: L'interface avec le microprocesseur
|
|
|
|
filesets:
|
|
rtl:
|
|
files:
|
|
- InterfaceMicroprocesseur.vhd
|
|
file_type: vhdlSource
|
|
|
|
tb:
|
|
files:
|
|
- EnvTest_InterfaceMicroprocesseur.vhd
|
|
- InterfaceMicroprocesseur_SousTest.vhd
|
|
file_type: vhdlSource
|
|
|
|
|
|
targets:
|
|
default: &default
|
|
filesets:
|
|
- rtl
|
|
toplevel: InterfaceMicroprocesseur
|
|
parameters:
|
|
|
|
sim:
|
|
<<: *default
|
|
description: Simulate the design
|
|
default_tool: ghdl
|
|
filesets_append:
|
|
- tb
|
|
toplevel: InterfaceMicroprocesseur_SousTest
|
|
tools:
|
|
ghdl:
|
|
analyze_options:
|
|
- -fsynopsys
|
|
run_options:
|
|
- --wave=waveform.ghw --stop-time=2us
|
|
parameters:
|
|
|
|
synth:
|
|
<<: *default
|
|
description: Synthesize the design
|
|
default_tool: vivado
|
|
filesets_append:
|
|
tools:
|
|
vivado:
|
|
part: xc7a35tcpg236-1
|
|
pnr: none
|
|
parameters:
|