Recepteur LIN
Circuit design project, ETN4
Usage
Uses fusesoc for building with GHDL for the compilation and Vivado for the synthesis/implementation.
Simulate the whole design
fusesoc run --target=sim etn4:conceptionCircuit:recepteurLIN:1.0.0
Generate a .ghw wave file in build/etn4_conceptionCircuit_recepteurLIN_1.0.0/sim-ghdl/waveform.ghw
readable with GTKWave for example.
Synthesize the whole design
fusesoc run --target=synth etn4:conceptionCircuit:recepteurLIN:1.0.0
Generate a .xpr file in build/etn4_conceptionCircuit_recepteurLIN_1.0.0/synth-vivado/etn4_conceptionCircuit_recepteurLIN_1.0.0.xpr
readable in Vivado.
Description
Languages
VHDL
100%