• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * HDF decompile hcs file
3 */
4
5root {
6    module = "test";
7    foo {
8        term1 = 0x1;
9        term2 = 0x2;
10        term3 = 0x3;
11    }
12    bar {
13        term1 = 0x2;
14        term4 = "hello";
15        term2 = 0x2;
16        term3 = 0x3;
17    }
18}
19