Luca Colagrande

Results 14 comments of Luca Colagrande

I think this would be a valuable feature (also to speed up the CI) and I would offer myself to implement this. The easiest would be to rewrite the `run_vsim.sh`...

Two comments to understand what's the plan for extending your Makefile, since you mention it's partial: 1) IMO it doesn't make sense to use Makefiles when all but the `*.log`...

I can confirm that the problem seems to occur when the `\item` starts with a Latex block. Here is my MWE, tested on latexdiff 1.3.3. **old.tex** ``` \documentclass{article} \begin{document} \begin{enumerate}...

The first commit modifies the testbench to replicate the error originally found in Occamy. You can see from the Gitlab CI that the first commit fails with a `Fatal: Trying...

Thanks Michael :) It's been a long time so I have to familiarize myself with this again, but I'll look into options to keep it triggered. Probably have some notes...

@micprog I've looked into this again, but it's not trivial to replicate the error in a manner which can be consistently tested by the CI. At this point I think...

@micprog what you describe sounds correct to me, and the specific expression in the RTL looks correct as well. Good catch :)

@michael-platzer Thanks for reporting this. With what Verilator version did you observe the failure?

@niwis thanks for your feedback. It's not always easy to calculate the union, and I suspect the set of address sets representable with the (addr, mask) encoding is not even...

@michael-platzer thanks for the PR :) I will not be able to review this before Monday, but I will definitely have a look then.