Tim Snyder
Tim Snyder
**Related issue**: firesim/firesim#646 This is #716 re-incarnated using a local branch so that the CI will run (and rebased several months forward). **Type of change**: other enhancement **Impact**: rtl change...
https://github.com/ucb-bar/chipyard/blob/255452f20af2eac4bbcf4888d6252b2260888b85/generators/chipyard/src/main/scala/clocking/DividerOnlyClockGenerator.scala#L89 @davidbiancolin, the `${name}` in the code above has spaces in it. Should it be sanitized to swap them out for underscores? Also, we receive output that looks like: ```...
Currently, whatever permissions are in the rootfs are preserved when copying results back from the runner. It makes more sense for the umask and default group settings of the user...
Similar to how we changed repo_state_summary.sh to create repo_state file from the toplevel git superproject, generate the commit tag for the AGFI from the toplevel repo. Add firesim_origin and top_origin...
We agreed in #1140 to spin up a dedicated sshd on localhost for testing `ssh:` in `downloadURI` _Originally posted by @timsnyder-siv in https://github.com/firesim/firesim/pull/1140#discussion_r938909289_
bumps firemarshal to pickup https://github.com/firesim/FireMarshal/pull/237 #### Related PRs / Issues https://github.com/firesim/FireMarshal/pull/237 #### UI / API Impact Will result in gnu make v4.3 being installed and it has a fairly large...
Changes dependencies for libelf and libdwarf to come from conda packages instead of submodules that are compiled from source. #### Related PRs / Issues #### UI / API Impact Needs...
https://github.com/firesim/firesim/blob/29cd553986419772f1b8fad67650957b7f1450bb/deploy/runtools/run_farm_deploy_managers.py#L445-L460 The logic in the above method is problematic. Since we submodule https://github.com/firesim/aws-sdk-firesim, how do we know that the output of `git describe` can be checked out from https://github.com/aws/aws-fpga ?...
Yeah, me too. Makes me think even more that we should just do the stuff in that fixture by default in conftest.py and swap the requirement to be so that...
Currently (https://github.com/firesim/firesim/commit/c536762885b48825562dfacfb22ccb25903449d5) it is possible for a user to request outputs from the rootfs that are copied back with user-only permissions set. It would be helpful for firesim manager to...