From 684db729e4932cf05590dd8d532087b11f248ef1 Mon Sep 17 00:00:00 2001 From: AMIT KUMAR YADAV Date: Thu, 9 Jun 2016 21:16:14 +0530 Subject: Added more xcos blocks --- blocks_xcos/Checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blocks_xcos/Checker.py') diff --git a/blocks_xcos/Checker.py b/blocks_xcos/Checker.py index 0722dc0..ab7187c 100755 --- a/blocks_xcos/Checker.py +++ b/blocks_xcos/Checker.py @@ -1,6 +1,6 @@ import os -# Blocks SUPER_f ,INIMPL_f ,IN_f ,OUTIMPL_f ,OUT_f ,CLKINV_f and CLKOUTV_f don't contain simulationFunctionName attribute as their name +# Blocks SUPER_f ,INIMPL_f ,IN_f ,OUTIMPL_f ,OUT_f ,CLKSOMV_f ,CLKINV_f and CLKOUTV_f don't contain simulationFunctionName attribute as their name # hence these blocks must be handled separately -- cgit