Re: [myhdl-list] [PATCH V2] toVHDL: add signal attribute support
Brought to you by:
jandecaluwe
From: Angel E. <ang...@gm...> - 2012-10-11 16:51:13
|
On Thu, Oct 11, 2012 at 6:46 PM, Angel Ezquerra <ang...@gm...> wrote: > # HG changeset patch > # User Angel Ezquerra <ang...@gm...> > # Date 1349884148 -7200 > # Branch 0.8-dev > # Node ID 6f6571dbd495f197531f0406763ff10e4ce3b3ee > # Parent 58ac2e97c7efbe7e3c9784b8ac25218daa056e40 > toVHDL: add signal attribute support This second version of this patch fixes an issue with the generated VHDL. There was a missing semicolon. Additionally, this makes the order of the attributes in the output VHDL stable by sorting them. Cheers, Angel |