Bit of beautify

This commit is contained in:
Andreas Traber 2016-04-12 11:11:45 +02:00
parent 9278b0ebd0
commit 3a96261dac
2 changed files with 4 additions and 4 deletions

6
alu.sv
View file

@ -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 )
);
////////////////////////////////////////////////////////

View file

@ -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)
//
///////////////////////////////////////////////////////////////////////////////