-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Roadmap / Contributing #1
Comments
just to avoid duplicate work: iterative shift is on it's way, just like iterative mul |
just to let you know - i'm working on a radix2 divider here: |
lolololol
|
Wow nice! Congratulations! |
Congrats indeed! |
Brawww root@buildroot:~# cat /proc/cpuinfo
processor : 0
hart : 0
isa : rv32ima
mmu : sv32
processor : 1
hart : 1
isa : rv32ima
mmu : sv32
#################
chocolate-doom -1 -timedemo demo1.lmp &
...
timed 5026 gametics in 2724 realtics (64.577827 fps)
#################
chocolate-doom -1 -timedemo demo1.lmp &
chocolate-doom -1 -timedemo demo1.lmp &
...
timed 5026 gametics in 2897 realtics (60.721436 fps)
timed 5026 gametics in 2918 realtics (60.284443 fps) Brawwwwwww For reference : python3 -m litex_boards.targets.digilent_nexys_video --soc-json build/digilent_nexys_video/csr.json --cpu-type=vexiiriscv --vexii-args="--allow-bypass-from=0 --debug-privileged --with-mul --with-div --div-ipc --with-rva --with-supervisor --performance-counters 0 --fetch-l1 --fetch-l1-ways=4 --lsu-l1 --lsu-l1-ways=4 --fetch-l1-mem-data-width-min=64 --lsu-l1-mem-data-width-min=64 --with-btb --with-ras --with-gshare --relaxed-branch --regfile-async --lsu-l1-refill-count 2 --lsu-l1-writeback-count 2 --with-lsu-bypass --decoders=2 --lanes=2 --lsu-l1-store-buffer-slots=4 --lsu-l1-store-buffer-ops=32" --cpu-count=2 --with-jtag-tap --with-video-framebuffer --with-sdcard --with-ethernet --with-coherent-dma --l2-bytes=131072 With the chocolate doom patch from litex-hub/linux-on-litex-vexriscv#290, which avoid x11 layer. |
Nice! :) How does that compare to Vex and Nax? |
It compare quite well also, not all option are turned on.
Just tried now quad core and octo core works aswell. |
|
|
Is CFU on the roadmap? |
@jahagirdar Hi, Yes it is, a few people need it :) |
If you are interrested in contributing to the project, please let me know ^^
Here are the current work-items in completion order
FMax :
Decoupled todo :
Improvements
Redesign
The text was updated successfully, but these errors were encountered: