Tim Snyder

Results 48 comments of Tim Snyder

Awhile ago, I happened on fabric/fabric#2027. Reading through it and given our extensive use of `local()` mixed in with remote execution, I was concerned that it would be very difficult...

Thanks for the pointer to getting useful names. I had a feeling it was something missing in how I've integrated things.

The widths of datapaths are rendered in the graph. I see edges for clocks that don't currently have a label. Since they are always width 1, perhaps labeling them with...

The most straightforward way to unify this would be to put a minimal Formatter in https://github.com/firesim/firesim/blob/c76d740481962acd8df0b36722aa94a49d372e82/deploy/firesim#L372-L375 similar to what we do for the log file but probably only prints the...

I didn't worry about submitting a PR for Chipyard yet. I'm not sure how far from Chipyard main we already are and I wanted to isolate this to only testing...

@NathanTP the build failure over here seems like it is an issue with hitting the `ulimit` for `open files`: ``` DEBUG: patching file doc/html/ada/funcs/S.htm DEBUG: patching file doc/html/ada/funcs/T.htm DEBUG: patch:...

duh. I ran into the ulimit thing when I tried the bump locally see opening comment in https://github.com/firesim/FireMarshal/pull/237. We just need to decide whether we want to increase the ulimit...

Looking for `-j` in the most recent build log, I see it using `-j8` in places and some places in buildroot hardcode `-j1`. I'm curious why we're running into open...

After giving everyone on the AWS runner 16K file descriptors, it seems like things are running further than they were before in the marshal build. Looks like someone with access...

I was trying to remember how I've profiled this in the past. I thought there was an _easy_ way like `/usr/bin/time` could tell you the maximum number of file descriptors...