mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
finishing merge conflict changes
This commit is contained in:
parent
52e0b703b7
commit
0be6b81df9
@ -68,13 +68,8 @@
|
||||
|
||||
`define BOOTTIMBASE 32'h00000000
|
||||
`define BOOTTIMRANGE 32'h00003FFF
|
||||
<<<<<<< HEAD
|
||||
`define TIMBASE 32'h80000000
|
||||
`define TIMRANGE 32'h0FFFFFFF
|
||||
=======
|
||||
`define TIMBASE 32'h80000000
|
||||
`define TIMRANGE 32'h07FFFFFF
|
||||
>>>>>>> 8ba2d3f3f5386454804de1a4036360b1c2c32bc0
|
||||
`define CLINTBASE 32'h02000000
|
||||
`define CLINTRANGE 32'h0000FFFF
|
||||
`define GPIOBASE 32'h10012000
|
||||
|
@ -72,13 +72,8 @@
|
||||
|
||||
`define BOOTTIMBASE 32'h00000000
|
||||
`define BOOTTIMRANGE 32'h00003FFF
|
||||
<<<<<<< HEAD
|
||||
`define TIMBASE 32'h80000000
|
||||
`define TIMRANGE 32'h0FFFFFFF
|
||||
=======
|
||||
`define TIMBASE 32'h80000000
|
||||
`define TIMRANGE 32'h07FFFFFF
|
||||
>>>>>>> 8ba2d3f3f5386454804de1a4036360b1c2c32bc0
|
||||
`define CLINTBASE 32'h02000000
|
||||
`define CLINTRANGE 32'h0000FFFF
|
||||
`define GPIOBASE 32'h10012000
|
||||
|
@ -38,13 +38,8 @@ module testbench();
|
||||
parameter SIGNATURESIZE = 5000000;
|
||||
|
||||
int test, i, errors, totalerrors;
|
||||
<<<<<<< HEAD
|
||||
logic [31:0] sig32[0:SIGNATURESIZE];
|
||||
logic [`XLEN-1:0] signature[0:SIGNATURESIZE];
|
||||
=======
|
||||
logic [31:0] sig32[0:MAXSIGLEN];
|
||||
logic [`XLEN-1:0] signature[0:MAXSIGLEN];
|
||||
>>>>>>> 8ba2d3f3f5386454804de1a4036360b1c2c32bc0
|
||||
logic [`XLEN-1:0] testadr;
|
||||
string InstrFName, InstrDName, InstrEName, InstrMName, InstrWName;
|
||||
logic [31:0] InstrW;
|
||||
|
Loading…
Reference in New Issue
Block a user