commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r7380 - usrp2/trunk/fpga/top/u2_basic


From: matt
Subject: [Commit-gnuradio] r7380 - usrp2/trunk/fpga/top/u2_basic
Date: Tue, 8 Jan 2008 12:47:36 -0700 (MST)

Author: matt
Date: 2008-01-08 12:47:36 -0700 (Tue, 08 Jan 2008)
New Revision: 7380

Modified:
   usrp2/trunk/fpga/top/u2_basic/u2_basic.v
Log:
build the barrel shifter into the processor


Modified: usrp2/trunk/fpga/top/u2_basic/u2_basic.v
===================================================================
--- usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2008-01-08 19:43:25 UTC (rev 
7379)
+++ usrp2/trunk/fpga/top/u2_basic/u2_basic.v    2008-01-08 19:47:36 UTC (rev 
7380)
@@ -237,7 +237,7 @@
                 .ram_loader_done_o(ram_loader_done));
 
    // Processor
-   aeMB_core_BE #(.ISIZ(16),.DSIZ(16),.MUL(0),.BSF(0))
+   aeMB_core_BE #(.ISIZ(16),.DSIZ(16),.MUL(0),.BSF(1))
      aeMB (.sys_clk_i(wb_clk), .sys_rst_i(wb_rst),
           // Instruction Wishbone bus to I-RAM
           .iwb_stb_o(iwb_stb),.iwb_adr_o(iwb_adr),





reply via email to

[Prev in Thread] Current Thread [Next in Thread]