Skip to content

Commit

Permalink
Merge pull request #96 from P-Miranda/master
Browse files Browse the repository at this point in the history
feat(mwrap): remove mwrap, add cyclonev wrapper
  • Loading branch information
jjts authored Jun 18, 2024
2 parents 638c904 + 8ac4979 commit 8eeed8d
Show file tree
Hide file tree
Showing 4 changed files with 508 additions and 185 deletions.
183 changes: 0 additions & 183 deletions hardware/common_src/iob_soc_opencryptolinux_mwrap.v

This file was deleted.

1 change: 0 additions & 1 deletion hardware/fpga/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ include $(FPGA_TOOL)/build.mk
#include the module's headers and sources
VHDR += $(wildcard ../src/*.vh) $(wildcard ./src/*.vh)
VSRC += $(wildcard ../src/*.v) $(wildcard ./src/*.v)
VSRC += $(wildcard ../common_src/*.v)

ifneq ($(wildcard $(FPGA_TOOL)/$(BOARD)/$(NAME)_fpga_wrapper.v),)
VSRC+=$(FPGA_TOOL)/$(BOARD)/$(NAME)_fpga_wrapper.v
Expand Down
Loading

0 comments on commit 8eeed8d

Please sign in to comment.