Annotations added

This commit is contained in:
2026-05-30 12:23:51 +08:00
parent 5a3a80700f
commit b3f29398f0
92 changed files with 556 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
/*
* Description: Static and helper regression tests for MXPIC EDA frontend/backend integration contracts.
* Inside functions: N/A - assertion-based test/module script.
* Developer : Qin Yue @ 2026
* Organization : OptiHK Limited
*/
const assert = require('assert');
const fs = require('fs');
const path = require('path');