Skip to content

Conversation

@fukatani
Copy link
Contributor

@fukatani fukatani commented Mar 4, 2015

modified bugs about '$signed' and '$unsigned' . And added tests for these functions.

casex文についてcase文と同様に解釈する機能の追加

上記確認テストの追加。
  always @(posedge CLK or posedge RST) begin
    if(RST) begin
      cnt[1:0] <= 0;
    end else begin
      cnt[1] <= SEND;
      cnt[0] <= 0;
    end
  end

のようなコードで正しいバインドが生成できるように。
@shtaxxx shtaxxx merged commit bdb4d73 into PyHDI:master Mar 12, 2015
@fukatani fukatani deleted the work2 branch March 14, 2015 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants