-
Hi there,
Maybe I post this in the wrong forum, but I have searched many places and couldn't find answer to it.
How could we count how many cycles each instruction takes to be executed for a C …
-
Hello,
I have made the RISCV tools. Added the RISCV and riscvtools/bin to the PATH. Now, when I try to run the asm tests, I get error.
`{txace3:emulator} make
mkdir -p /proj/txace/rocket-chip/emul…
-
From IEEE754-2008, 6.2.3:
"If two or more inputs are NaN, then the payload of the resulting NaN should be identical to the payload of one of the input NaNs if representable in the destination forma…
-
Are there any running configuration file can be shared???Or how should I modify the configuration to make it work?
The riscv configuration file just cannot work on 32bit OS. There are so many errors…
-
[1]+ Stopped ./emulator-rocketchip-RoccExampleConfig ./pk ./rocket-rocc-examples/build/test-accumulator
real 11m56.553s
user 0m0.000s
sys 0m0.000s
-
During the boot process of 32-Bit Linux kernel several messages are shown in the console such as the found devices with their hardware addresses.
However the debug output of 64-Bit (long long int) n…
-
As a freshman, I follow the steps and make run in emulator.
It make finished without error and I get some .out files, but how can I make sure
the result is right?
Another problem, if I write a si…
-
When I want to rename a file I get an kernel exception about a null pointer fetch at the jump to the syscall in .
The problem seems to be that some syscalls are superseded and must be activated in …
-
The meta emulator uses the TLSF memory allocator: https://github.com/mattconte/tlsf
It does this due to the non default link location to allow loading RISC-V executables into the lower part in the …
-
I see there is an automatic device tree generation in the current Rocket-chip generator.
Can I somehow get a dts file from it instead a dtb file?
I am trying to catch up with the latest development.
I…