Skip to content

Commit

Permalink
Merge pull request m-labs#2 from JosephBushagour/fomu-cfu
Browse files Browse the repository at this point in the history
Require a memory and writeback stage for the CFU plugin.
  • Loading branch information
tcal-x authored Aug 2, 2021
2 parents 43e1317 + d8ec2d8 commit dc1f9dd
Show file tree
Hide file tree
Showing 4 changed files with 4,245 additions and 2,936 deletions.
4 changes: 2 additions & 2 deletions pythondata_cpu_vexriscv/verilog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ VexRiscv_MinDebug.v: $(SRC)
sbt compile "runMain vexriscv.GenCoreDefault -d --iCacheSize 0 --dCacheSize 0 --mulDiv false --singleCycleShift false --singleCycleMulDiv false --bypass false --prediction none --outputFile VexRiscv_MinDebug"

VexRiscv_Fomu.v: $(SRC)
sbt compile "runMain vexriscv.GenCoreDefault --safe false --iCacheSize 512 --dCacheSize 0 --csrPluginConfig mcycle --mulDiv true --singleCycleShift false --singleCycleMulDiv false --bypass false --prediction none --hardwareDiv false --memoryAndWritebackStage false --outputFile VexRiscv_Fomu"
sbt compile "runMain vexriscv.GenCoreDefault --safe false --iCacheSize 512 --dCacheSize 0 --csrPluginConfig mcycle --mulDiv true --singleCycleShift false --singleCycleMulDiv false --bypass false --prediction none --hardwareDiv false --outputFile VexRiscv_Fomu"

VexRiscv_FomuCfu.v: $(SRC)
sbt compile "runMain vexriscv.GenCoreDefault --safe false --cfu true --iCacheSize 512 --dCacheSize 0 --csrPluginConfig mcycle --mulDiv true --singleCycleShift false --singleCycleMulDiv false --bypass false --prediction none --hardwareDiv false --memoryAndWritebackStage false --outputFile VexRiscv_FomuCfu"
sbt compile "runMain vexriscv.GenCoreDefault --safe false --cfu true --iCacheSize 512 --dCacheSize 0 --csrPluginConfig mcycle --mulDiv true --singleCycleShift false --singleCycleMulDiv false --bypass false --prediction none --hardwareDiv false --outputFile VexRiscv_FomuCfu"

VexRiscv_Full.v: $(SRC)
sbt compile "runMain vexriscv.GenCoreDefault --csrPluginConfig all --outputFile VexRiscv_Full"
Expand Down
Loading

0 comments on commit dc1f9dd

Please sign in to comment.