Skip to content

Language Conversion Brainstorm

thunder-hammer edited this page Sep 29, 2020 · 4 revisions

Verilog to EDIF

EDIF Composer:

  • Make sure the can handle multi bit cables and ports
  • Ensure this can handle the verilog namespace

Verilog Parser:

  • Make a new element that is an assign element
  • Apply the new assign element for the port remapping function

EDIF to Verilog

EDIF Parser:

  • Make sure this create mutli bit cables and ports

Verilog Composer:

  • Make it deal with the new assign element
  • make it undo the new assign element to a port remapping where applicable (optional, probably won't implement)
  • Do something meaningful with EDIF rename
Clone this wiki locally