OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

[/] [amber/] [trunk/] [hw/] [vlog/] [amber23/] [a23_register_bank.v] - Diff between revs 15 and 53

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 53
Line 317... Line 317...
       4'd10 :  o_rs = r10_rds ;
       4'd10 :  o_rs = r10_rds ;
       4'd11 :  o_rs = r11_rds ;
       4'd11 :  o_rs = r11_rds ;
       4'd12 :  o_rs = r12_rds ;
       4'd12 :  o_rs = r12_rds ;
       4'd13 :  o_rs = r13_rds ;
       4'd13 :  o_rs = r13_rds ;
       4'd14 :  o_rs = r14_rds ;
       4'd14 :  o_rs = r14_rds ;
       4'd15 :  o_rs = r15_out_rn ;
 
       default: o_rs = r15_out_rn ;
       default: o_rs = r15_out_rn ;
    endcase
    endcase
 
 
 
 
 
 
Line 343... Line 342...
       4'd10 :  o_rd = r10_rds ;
       4'd10 :  o_rd = r10_rds ;
       4'd11 :  o_rd = r11_rds ;
       4'd11 :  o_rd = r11_rds ;
       4'd12 :  o_rd = r12_rds ;
       4'd12 :  o_rd = r12_rds ;
       4'd13 :  o_rd = r13_rds ;
       4'd13 :  o_rd = r13_rds ;
       4'd14 :  o_rd = r14_rds ;
       4'd14 :  o_rd = r14_rds ;
       4'd15 :  o_rd = r15_out_rm_nxt ;
 
       default: o_rd = r15_out_rm_nxt ;
       default: o_rd = r15_out_rm_nxt ;
    endcase
    endcase
 
 
 
 
// ========================================================
// ========================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.