refactor: renamed top.v to riscv.v
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//
|
||||
// Create Date: 02/20/2026 09:21:52 AM
|
||||
// Design Name: RISCV AC Processor Simulation
|
||||
// Module Name: tb_top
|
||||
// Module Name: tb_riscv
|
||||
// Project Name: riscv-ac
|
||||
// Target Devices: Artix 7
|
||||
// Tool Versions: 2025.2
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
`timescale 1ns / 1ps
|
||||
|
||||
module tb_top();
|
||||
module tb_riscv();
|
||||
reg clk;
|
||||
reg rst;
|
||||
|
||||
@@ -33,7 +33,7 @@ module tb_top();
|
||||
reg rx;
|
||||
wire tx;
|
||||
|
||||
top uut (
|
||||
riscv uut (
|
||||
.clk(clk),
|
||||
.rst(rst),
|
||||
.rx(rx),
|
||||
Reference in New Issue
Block a user