From 34da07307737010e5b8c916aadfef62b9f1306f8 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Thu, 11 Oct 2012 12:09:49 -0700 Subject: [PATCH] fix tab --- Makefrag | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefrag b/Makefrag index c8188b7e..d8a7bb58 100644 --- a/Makefrag +++ b/Makefrag @@ -1,6 +1,6 @@ # Makefile snippet used by emulator/vlsi/fpga backends -MODEL := Top +MODEL := ReferenceChipTop CXX := g++ CXXFLAGS := -O2 @@ -291,8 +291,8 @@ global_vecasm_tests = \ riscv_fcmp_vec \ riscv_vec_xcpt_ma_inst \ riscv_vec_xcpt_illegal \ - riscv_vec_xcpt_illegal_vt_regid \ - riscv_vec_xcpt_illegal_tvec_regid \ + riscv_vec_xcpt_illegal_vt_regid \ + riscv_vec_xcpt_illegal_tvec_regid \ riscv_vec_ma_vld \ riscv_vec_ma_vsd \ riscv_vec_ma_utld \ @@ -496,7 +496,7 @@ global_bmarks = \ global_vec_bmarkdir = $(basedir)/../../riscv-app/misc/build global_vec_bmarks = \ - ubmark-vvadd \ - ubmark-bin-search \ - ubmark-cmplx-mult \ - ubmark-masked-filter \ + ubmark-vvadd \ + ubmark-bin-search \ + ubmark-cmplx-mult \ + ubmark-masked-filter \