Search code examples
vhdlverilogsystem-verilog

VHDL and Verilog not dependent on technology?


When designing something(for example CPU) in VHDL or Verilog and the design is completed, is design limited to a certant manufacturing process(14nm) or it can work on any(10,7,5,3nm) process that is currently available?


Solution

  • It's a hardware description language and thus technology independent. Both support technology specifics by instantiation of technology primitives.