CfuPlugin names fixes

This commit is contained in:
Dolu1990 2021-04-02 09:20:26 +02:00
parent a42c089119
commit 73893ce5d9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class CfuPlugin(val stageCount : Int,
val CFU_ENABLE = new Stageable(Bool()).setCompositeName(this, "CFU_ENABLE")
val CFU_IN_FLIGHT = new Stageable(Bool()).setCompositeName(this, "CFU_IN_FLIGHT")
val CFU_ENCODING = new Stageable(UInt(log2Up(encodings.size) bits)).setCompositeName(this, "CFU_ENCODING")
val CFU_INPUT_2_KIND = new Stageable(CfuPlugin.Input2Kind()).setCompositeName(this, "CFU_ENCODING")
val CFU_INPUT_2_KIND = new Stageable(CfuPlugin.Input2Kind()).setCompositeName(this, "CFU_INPUT_2_KIND")
override def setup(pipeline: VexRiscv): Unit = {
import pipeline._