// ********************************************************************************************* // Project Version : v1.0 // Project : [BCDC] Microtec Academy Course: Building a RISC-V CPU with SystemVerilog // ----- // Copyright (c) : 2025 Fraunhofer IIS, Department IDS // Created : 12.Aug.2025 by Marcus Bednara // Last Modified : 01.Nov.2025 by Hussein Elzomor // ------ // Notes : All ${}-variables must be provided by shell or Makefile {using export} // ********************************************************************************************* // Used with other compilers and simulators (eg. Icarus) hw/dv/rtl/pc_tb.sv hw/dv/rtl/reg_file_tb.sv hw/dv/rtl/alu_tb.sv hw/dv/rtl/main_mem_tb.sv hw/dv/rtl/decoder_tb.sv hw/dv/rtl/cpu_tb.sv