shareefj
shareefj
This change adds support for setting a no_export flag from within a target which prevents the source files from being exported to the build tree. You can currently get the...
This may well fall under the, "but it's not synthesisable", banner but I wanted to check as I'd expect an error rather than a hang. I'm Verilating a small Cortex-M...
This fix updates `Git#_fetch` to check `self.mode == 'incremental'` before performing the checkout. I've updated all the tests but wanted some feedback given this seems to be such fundamental behaviour....
I've been trying to get the Git step to update my branch to master in order to commit some build artefacts but it looks like the mode is ignored. On...
Hi, I've been setting up a flow where I want to push some build artefacts back to the repo after a job. However, it looks like the `GitCommit` and `GitPush`...
I've been trying to setup a change filter that will filter out only tags but have hit an issue that looks like a bug to me. However, if you have...
I'm seeing an exception raised when I try to randomize an object. I have a class that models an AHB transaction and I'm trying to randomize the number of cycles...
Any idea why I can't generate a list of randomized transactions using the following? ```python from cocotb_coverage.crv import Randomized class Test(Randomized): def __init__(self): Randomized.__init__(self) self.x = 0 self.y = 0...
There seems to be a couple of matching comments in the Gitter channel but no solutions and I can't find any matching tickets open. So here is one but feel...
I've just started trying to use `fusesoc.conf` to manage libraries and am not sure I'm using it correctly. My aim is to check in the configuration file such that when...