diff options
Diffstat (limited to 'src/map/fpga/module.make')
-rw-r--r-- | src/map/fpga/module.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/map/fpga/module.make b/src/map/fpga/module.make new file mode 100644 index 00000000..cc3a6573 --- /dev/null +++ b/src/map/fpga/module.make @@ -0,0 +1,13 @@ +SRC += src/map/fpga/fpga.c \ + src/map/fpga/fpgaCore.c \ + src/map/fpga/fpgaCreate.c \ + src/map/fpga/fpgaCut.c \ + src/map/fpga/fpgaCutUtils.c \ + src/map/fpga/fpgaFanout.c \ + src/map/fpga/fpgaLib.c \ + src/map/fpga/fpgaMatch.c \ + src/map/fpga/fpgaSwitch.c \ + src/map/fpga/fpgaTime.c \ + src/map/fpga/fpgaTruth.c \ + src/map/fpga/fpgaUtils.c \ + src/map/fpga/fpgaVec.c |