mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
Merge branch 'main' into fixed-docs-makefile
This commit is contained in:
commit
9c2ed5990b
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ entity neorv32_cpu_alu is
|
||||||
);
|
);
|
||||||
end neorv32_cpu_alu;
|
end neorv32_cpu_alu;
|
||||||
|
|
||||||
architecture neorv32_cpu_cpu_rtl of neorv32_cpu_alu is
|
architecture neorv32_cpu_alu_rtl of neorv32_cpu_alu is
|
||||||
|
|
||||||
-- comparator --
|
-- comparator --
|
||||||
signal cmp_rs1 : std_ulogic_vector(XLEN downto 0);
|
signal cmp_rs1 : std_ulogic_vector(XLEN downto 0);
|
||||||
|
@ -421,4 +421,4 @@ begin
|
||||||
end generate;
|
end generate;
|
||||||
|
|
||||||
|
|
||||||
end neorv32_cpu_cpu_rtl;
|
end neorv32_cpu_alu_rtl;
|
||||||
|
|
|
@ -397,7 +397,7 @@ void hexdump(uint32_t address) {
|
||||||
/**********************************************************************//**
|
/**********************************************************************//**
|
||||||
* Print HEX byte.
|
* Print HEX byte.
|
||||||
*
|
*
|
||||||
* @param[in] byte Byte to be printed as 2-cahr hex value.
|
* @param[in] byte Byte to be printed as 2-char hex value.
|
||||||
**************************************************************************/
|
**************************************************************************/
|
||||||
void aux_print_hex_byte(uint8_t byte) {
|
void aux_print_hex_byte(uint8_t byte) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue