cdonovick / peak

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

Adds a Black Box construct #219

Closed rdaly525 closed 3 years ago

rdaly525 commented 3 years ago

Creates a black box class which Peak classes can inherit from. BlackBox allows getting the inputs to call and setting the outputs of call in preperation for the BlackBox rewrite rule generation.

Creates a largeish PE that contains a level of hierarchy and floating point operations specified as black boxes. tests basic black operations

rdaly525 commented 3 years ago

rebased off of #220