You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Good idea!
I would add another "generic" category and define some points how to categorize a certain core:
FPGA: Core maybe uses FPGA-specific primitives/macros/attributes; scripts for certain synthesis flows; example top entity for certain FPGA dev board; ...
ASIC: Core maybe uses stuff that is not very common / bad practice on FPGAs like clock gating or latches; ...
Generic: Plain VHDL/Verilog/SystemC/you-name-it; no primitives/macros/attributes/etc. at all; technology-independent
I have just studied the new RISC-V compliance test framework v2 for porting it. Now that the new version has been officially released, how about adding a new column/category "RISC-V compliance" to show which tests (like rv32i_m/I, rv32i_m/M, ...) of the compliance framework a certain core passes? 🤔
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is not trivial to implement for the plethora of cores already on the list, but a good suggestion.
The text was updated successfully, but these errors were encountered: