mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 05:27:30 -04:00
Bit of beautify
This commit is contained in:
parent
9278b0ebd0
commit
3a96261dac
2 changed files with 4 additions and 4 deletions
6
alu.sv
6
alu.sv
|
@ -825,9 +825,9 @@ module riscv_alu
|
|||
.Res_DO ( result_div ),
|
||||
|
||||
// Hand-Shake
|
||||
.InVld_SI ( div_valid ),
|
||||
.OutRdy_SI ( ex_ready_i ),
|
||||
.OutVld_SO ( div_ready )
|
||||
.InVld_SI ( div_valid ),
|
||||
.OutRdy_SI ( ex_ready_i ),
|
||||
.OutVld_SO ( div_ready )
|
||||
);
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Authors : Michael Schaffner (schaffner@iis.ee.ethz.ch)
|
||||
// Andreas Traber (traber@iis.ee.ethz.ch)
|
||||
// Andreas Traber (atraber@iis.ee.ethz.ch)
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue