From 7e82910f9e81ee81776ebc6816254fff9f461d15 Mon Sep 17 00:00:00 2001 From: Maciej Dudek Date: Wed, 19 May 2021 20:47:10 +0200 Subject: [PATCH] Add template/verilator/* to package_data --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2370e3fc0..4c2c3beef 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,8 @@ def read(fname): 'templates/vivado/vivado-run.tcl.j2', 'templates/vivado/vivado-run-yosys.tcl.j2', 'templates/vivado/vivado-synth.tcl.j2', + 'templates/verilator/verilator-makefile.j2', + 'templates/verilator/verilator-config.j2', 'templates/vunit/run.py.j2', 'templates/quartus/quartus-project.tcl.j2', 'templates/quartus/quartus-std-makefile.j2',