From d0dddb37c056647e7fed4e9771650ef41f85bae3 Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 24 Feb 2015 16:30:40 -0800 Subject: Rewrote README to include installation instructions and stanza justification. Added response to feedback, locatd in notes/feedbackQA*. Use two different mains, one for testing and one for deployment (make build vs make build-deploy). --- test/passes/infer-types/primops.fir | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/passes/infer-types/primops.fir b/test/passes/infer-types/primops.fir index fa0f0c90..dc47d9c6 100644 --- a/test/passes/infer-types/primops.fir +++ b/test/passes/infer-types/primops.fir @@ -4,5 +4,6 @@ circuit top : module top : wire io : {input x : UInt, output y : UInt} - io.x := add(io.x,io.y) -;CHECK: n:io:{input x : UInt, output y : UInt}.x := add(n:io:{input x : UInt, output y : UInt}.x, n:io:{input x : UInt, output y : UInt}.y) + wire a : UInt + a := io.x + -- cgit v1.2.3