-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with Combinational Designs #22
Comments
Same issue . have u found any solution?? @donn can u pls reply how T.V 's were generated for comb ckts in the paper published on FAULT: An open source DFT Toolchain |
I think you can just pass |
I'm not seeing any attachment. Can you please reply on GitHub? |
Ugh... yeah, that tracks. Okay. I'll look into it. |
You may want to consider adding a dummy clock port that does nothing for now. |
Alright, so I've put in the research. Fact is- combinational designs are a tiny minority of practical circuits. So, I've added instructions to the Wiki that just recommend adding a dummy clock and reset port to the design, which will be later used for the scan chain and JTAG TAP. Sorry for the inconvenience. The alternative would again greatly complicate the codebase, at the cost of adding two unused inputs. It's not worth it. |
Hi,
I was running the design c17.v in
Benchmarks/ISCAS_85
. However, while generating TV, the command requires me to add clock as well and obviously a combinational circuit does not have clock.Verilog Code:
My question: Is it possible to generate TV and find faults for pure combinational designs?
The text was updated successfully, but these errors were encountered: