URL
https://opencores.org/ocsvn/amber/amber/trunk
[/] [amber/] [trunk/] [hw/] [vlog/] [amber25/] [a25_register_bank.v] - Diff between revs 35 and 53
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 35 |
Rev 53 |
Line 339... |
Line 339... |
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 364... |
Line 363... |
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
|
|
|
|
|
// ========================================================
|
// ========================================================
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.