Tagged Questions
The asic tag has no wiki summary.
10
votes
8answers
3k views
Tool for drawing timing diagrams
Recently as I am working with the hardware design group developing an ASIC. And I am drawing a lot of timing diagrams for which I am using Microsoft EXCEL to draw them, as it is easy to import to word ...
2
votes
4answers
496 views
Should you remove all warnings in your Verilog or VHDL design? Why or why not?
In (regular) software I have worked at companies where the gcc option -Wall is used to show all warnings. Then they need to be dealt with. With non-trivial FPGA/ASIC design in Verilog or VHDL there ...
1
vote
1answer
36 views
ASIC design - combinational logic
I had an interview a few days back and this was the question they asked me in one of the rounds:
A mux which gives output a when select line is 1 and b when it is 0. The output is represented as ...
1
vote
3answers
51 views
How does one find non-conformance to a spec when both the RTL'ers and the verification engineers miss a particular spec feature?
I have some questions regarding IP verification.
Suppose if a particular design/functionality from an IP specification is missed both in the RTL and the verification plan (Coverage points), how ...
1
vote
0answers
46 views
Understanding CMOS performance and complexity for ASIC : 350nm to 45nm process
I am trying to build an ASIC chip with the help of the MOSIS project. (They make it cheaper by combining multiple small project into a single fab). I have a choice between 350nm to 45nm, and ...
1
vote
1answer
263 views
TAP (Test Anything Protocol) module for Verilog or SystemVerilog
Is there a TAP (Test Anything Protocol) implementation for Verilog? It would be nice because then I could use prove to check my results automatically.
Update:
10/9/09: It was asked why not use ...
0
votes
0answers
15 views
DigestMethodType in ASiC container (Java)
I'm creating ASiC container and I don't know where could I find DigestMethodType.
I have ASiC Manifest schema:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
...