Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dromajo_ram: Fix IEEE compliance (openhwgroup#584)
According to IEEE 1800-2017 (9.2.2.4 Sequential logic always_ff procedure): "Variables on the left-hand side of assignments within an always_ff procedure, including variables from the contents of a called function, shall not be written to by any other process." Thus there is a proposal of changing always_ff with always because Mem_DP is driven by two processes: initial and always_ff what is forbidden.
- Loading branch information