added divremsqrtunit macro

This commit is contained in:
Kevin Kim 2023-05-28 15:19:01 -07:00
parent 43f6b7cfa3
commit 9307f8b7d5

View File

@ -52,6 +52,7 @@
`define CVTINTUNIT 0 `define CVTINTUNIT 0
`define CVTFPUNIT 4 `define CVTFPUNIT 4
`define CMPUNIT 3 `define CMPUNIT 3
`define DIVREMSQRTUNIT 5
string f16rv32cvtint[] = '{ string f16rv32cvtint[] = '{
"ui32_to_f16_rne.tv", "ui32_to_f16_rne.tv",