[printf] Be consistent on user facing names PrintSynthesis -> PrintfSynthesis

This commit is contained in:
David Biancolin 2019-01-15 18:38:57 +00:00
parent af1ee60d96
commit 0afd15372d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class WithSynthAsserts extends Config((site, here, up) => {
})
// Experimental: mixing this in will enable print synthesis
class WithPrintSynthesis extends Config((site, here, up) => {
class WithPrintfSynthesis extends Config((site, here, up) => {
case midas.SynthPrints => true
case EndpointKey => EndpointMap(Seq(new midas.widgets.PrintRecordEndpoint)) ++ up(EndpointKey)
})