commit | d77eafcae5df17c33197913c06ff809effe3fde6 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Sat Dec 03 03:03:10 2022 +0900 |
committer | GitHub <noreply@github.com> | Sat Dec 03 03:03:10 2022 +0900 |
tree | 9a49f0aef76b7dbdfd06f5025d77867adad4f19c | |
parent | 76517aca4e67794410674f5c2adb635c1f9de9d4 [diff] |
configure: remove top restriction
diff --git a/configure.py b/configure.py index 9730dd4..28a784c 100755 --- a/configure.py +++ b/configure.py
@@ -178,6 +178,5 @@ config = load_yaml(args.yaml) source_files = get_project_source(config) top_module = get_top_module(config) - assert top_module != 'top' io_ranges = get_io_ranges(config) write_user_config(top_module, source_files, io_ranges)