aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-22 15:37:33 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-22 15:37:33 +0000
commit4126565c7d805abaf7e054f9c1a8ff2b9ed92817 (patch)
tree786a6ce65c62ecc2d176bad55ee9ea0d94f9e01d /src
parent50c3d1f16c1fd5eb97dc05ebb956f75dac24f56f (diff)
downloadverismith-4126565c7d805abaf7e054f9c1a8ff2b9ed92817.tar.gz
verismith-4126565c7d805abaf7e054f9c1a8ff2b9ed92817.zip
Add unimplemented nestId function
Diffstat (limited to 'src')
-rw-r--r--src/Test/VeriFuzz/Mutate.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Test/VeriFuzz/Mutate.hs b/src/Test/VeriFuzz/Mutate.hs
index c483aaa..1c8f44a 100644
--- a/src/Test/VeriFuzz/Mutate.hs
+++ b/src/Test/VeriFuzz/Mutate.hs
@@ -13,3 +13,7 @@ more random patterns, such as nesting wires instead of creating new ones.
module Test.VeriFuzz.Mutate where
+import Test.VeriFuzz.VerilogAST
+
+nestId :: ModuleDecl -> Identifier -> ModuleDecl
+nestId mod id = (error "FIXME: nestId")