fabianschuiki / moore

A hardware compiler based on LLHD and CIRCT
http://www.llhd.io
Apache License 2.0
243 stars 31 forks source link

Completely migrate to the new query system #210

Closed fabianschuiki closed 3 years ago

fabianschuiki commented 3 years ago

There are still some old style queries left in the svlog module: https://github.com/fabianschuiki/moore/blob/1b18ccc3bad4d102b56912e7df0f464d737361dd/src/svlog/context.rs#L706-L775

Migrate these to the new query system.

Todo