mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
remove volatile for FFLAGS and FCSR
This commit is contained in:
parent
68af12ece1
commit
52ebac59b8
@ -168,10 +168,8 @@ module testbench;
|
||||
end
|
||||
|
||||
// // Temporary fix for inexact difference
|
||||
// void'(rvviRefCsrSetVolatileMask(0, 32'h001, 'h1)); // fflags
|
||||
// void'(rvviRefCsrSetVolatileMask(0, 32'h003, 'h1)); // fcsr
|
||||
void'(rvviRefCsrSetVolatile(0, 32'h001)); // fflags
|
||||
void'(rvviRefCsrSetVolatile(0, 32'h003)); // fcsr
|
||||
// void'(rvviRefCsrSetVolatile(0, 32'h001)); // fflags
|
||||
// void'(rvviRefCsrSetVolatile(0, 32'h003)); // fcsr
|
||||
|
||||
|
||||
// Enable the trace2log module
|
||||
|
Loading…
Reference in New Issue
Block a user