URL
https://opencores.org/ocsvn/or1200_soc/or1200_soc/trunk
[/] [or1200_soc/] [trunk/] [src/] [soc_system.v] - Diff between revs 2 and 21
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 21 |
Line 53... |
Line 53... |
.reg_rst_i(sys_rst_i)
|
.reg_rst_i(sys_rst_i)
|
);
|
);
|
|
|
//---------------------------------------------------
|
//---------------------------------------------------
|
// outputs
|
// outputs
|
assign boot_remap = boot_strap_r[1:0];
|
assign boot_remap[1:0] = boot_strap_r[1:0];
|
assign boot_select = boot_strap_r[3:2];
|
assign boot_select[1:0] = boot_strap_r[3:2];
|
|
|
endmodule
|
endmodule
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.