mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
fixed missing import in decoder test; adds bloop and auto-generated vivado projects to gitignore
This commit is contained in:
@@ -18,7 +18,7 @@ import chisel3._
|
||||
import chiseltest._
|
||||
import org.scalatest.flatspec.AnyFlatSpec
|
||||
import riscv.TestAnnotations
|
||||
import riscv.core.{ALUOp1Source, ALUOp2Source, InstructionDecode, InstructionTypes}
|
||||
import riscv.core.{ALUOp1Source, ALUOp2Source, RegWriteSource, InstructionDecode, InstructionTypes}
|
||||
|
||||
class InstructionDecoderTest extends AnyFlatSpec with ChiselScalatestTester{
|
||||
behavior of "InstructionDecoder of Single Cycle CPU"
|
||||
|
||||
Reference in New Issue
Block a user