mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-16 16:27:12 +00:00
Copy Verific vdbs files to Yosys "share" data directory
This commit is contained in:
parent
34e54cda5b
commit
6a53bc7b27
3 changed files with 24 additions and 9 deletions
|
@ -1 +1,16 @@
|
|||
|
||||
OBJS += frontends/verific/verific.o
|
||||
|
||||
ifeq ($(ENABLE_VERIFIC),1)
|
||||
|
||||
EXTRA_TARGETS += share/verific
|
||||
|
||||
share/verific:
|
||||
rm -rf share/verific.new
|
||||
mkdir -p share/verific.new
|
||||
cp -r $(VERIFIC_DIR)/vhdl_packages/vdbs share/verific.new/vhdl_vdbs_1993
|
||||
cp -r $(VERIFIC_DIR)/vhdl_packages/vdbs_2008 share/verific.new/vhdl_vdbs_2008
|
||||
mv share/verific.new share/verific
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue