vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
435 stars 44 forks source link

Retarget fails for march files with include guards` #144

Closed eschkufz closed 5 years ago

eschkufz commented 5 years ago

Overview

This is because when a new march file is parsed, the parser has already seen the include guards for the standard library, and it ignores them the second time around. This leads to a crash. The solution is to use a temporary parser for reading the new march file.

Deliverables