Mercurial > hg > aimc
annotate src/Configurations/SAI_dump.aimcconfig @ 504:a0869cb1c99b
Major update to how the DOHC works; like in recent book OHC chapter; Design Doc update (a bit)
author | dicklyon@google.com |
---|---|
date | Thu, 24 May 2012 22:26:56 +0000 |
parents | a915f8e28cad |
children |
rev | line source |
---|---|
tom@143 | 1 module1.name = FileInput |
tom@143 | 2 module1.id = file_input |
tom@143 | 3 module1.child1 = PZFCFilterbank |
tom@143 | 4 |
tom@143 | 5 module2.name = PZFCFilterbank |
tom@143 | 6 module2.id = pzfc |
tom@143 | 7 module2.child1 = NAP |
tom@143 | 8 |
tom@143 | 9 module3.name = NAP |
tom@143 | 10 module3.id = hcl |
tom@143 | 11 module3.child1 = Strobes |
tom@143 | 12 |
tom@143 | 13 module4.name = Strobes |
tom@143 | 14 module4.id = local_max |
tom@143 | 15 module4.parameters = <<<ENDPARAMS |
tom@143 | 16 ENDPARAMS |
tom@143 | 17 module4.child1 = SAI |
tom@143 | 18 |
tom@143 | 19 module5.name = SAI |
tom@143 | 20 module5.id = weighted_sai |
tom@143 | 21 module5.child1 = SAIOutput |
tom@143 | 22 |
tom@143 | 23 module6.name = SAIOutput |
tom@143 | 24 module6.id = aimc_out |
tom@143 | 25 module6.parameters = <<<ENDPARAMS |
tom@143 | 26 ENDPARAMS |