From d477d636b78875a0742af44f5f0372e380c36b46 Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Mon, 2 Nov 2015 12:14:21 -0800 Subject: Deleted extranous passes.stanza comments, updated standard passes. Added support for -b flag without any other specified passes in stanza, updated parser tests to work with stanza implementation. --- test/parser/bundle.fir | 2 +- test/parser/gcd.fir | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/parser') diff --git a/test/parser/bundle.fir b/test/parser/bundle.fir index c9600d10..e0db4a7f 100644 --- a/test/parser/bundle.fir +++ b/test/parser/bundle.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.out -X HighFIRRTL && cat %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.out -X firrtl && cat %s.out | FileCheck %s circuit top : module top : wire z : { x : UInt, flip y: SInt} diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir index 3a9317b8..4b068699 100644 --- a/test/parser/gcd.fir +++ b/test/parser/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.out -X HighFIRRTL && cat %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.out -X firrtl && cat %s.out | FileCheck %s circuit GCD : module GCD : input e : UInt<1> -- cgit v1.2.3