mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Add copyright check to code format test
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# See LICENSE for licensing information.
|
||||
#
|
||||
# Copyright (c) 2016-2022 Regents of the University of California, Santa Cruz
|
||||
# All rights reserved.
|
||||
#
|
||||
import os
|
||||
import csv
|
||||
import re
|
||||
@@ -266,4 +271,4 @@ if __name__ == "__main__":
|
||||
else:
|
||||
input_dir_path = sys.argv[1]
|
||||
out_path = sys.argv[2]
|
||||
gen_model_csv(input_dir_path, out_path)
|
||||
gen_model_csv(input_dir_path, out_path)
|
||||
|
||||
Reference in New Issue
Block a user