cdonovick / peak

Peak : Processor Specification Language ala Newell and Bell's ISP
19 stars 3 forks source link

Fix or-reduce initial condition for enum is_valid checks #247

Open cterrill26 opened 9 months ago

cterrill26 commented 9 months ago

I believe the initial condition in these reduce ORings should be 0 and not 1. 1 results in the condition automatically being true.