Mohamed Gaber

Results 424 comments of Mohamed Gaber

If you check the resulting help menu, you will notice that one other option is required, namely --clock. Please add the missing option and retry.

For the first issue, try updating IcarusVerilog, I recall having this issue myself with older versions. Tap is @Manarabdelaty territory. Manar?

That's actually correct, yeah. You're supposed to add the reset to `-i`. Maybe for consistency, I should add the `--reset` option to the `fault` command.

Good point, though the thing is I don't think it would be easy to make scan chains that cannot be reset. I'll have to discuss with the team whether we...

Are you using WSL or WSL2? At any rate it's curious that `sh` drops PATH. Can you replace `let compilationResult = "swift build".shOutput()` with `let compilationResult = "echo $PATH &&...

Ah. Gotcha, always need to confirm no one is using WSL1. It's too unpredictable. :) The issue is your PATH has a literal tilde, not your home folder. Can you...

That's so weird. I'll have to come back to this later- we'll probably need a workaround.

Hey Leo, With the merging of #104, we've enabled this. The general idea is, you'd want to replicate the file structure in `platforms/sky130A` for your PDK. We only have two...

Until we get more clarity, for now, add the following headers to **new** files you've created: ``` # Copyright 2022 Rameen Anwar # # Licensed under the Apache License, Version...