1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

2163 Commits

Author SHA1 Message Date
jandecaluwe
9711dde5d6 Merge pull request #149 from srivatsansoft/master
A single simulation instance fix for issue #104
2016-03-01 20:57:59 +01:00
jandecaluwe
8c4ae9d186 Merge pull request #145 from punkkeks/master
Add 'filename' attribute to traceSignals
2016-03-01 20:39:12 +01:00
Jan Decaluwe
bb2882a6d0 Actually select the binary distro for Ubuntu 12.04 2016-03-01 19:43:15 +01:00
Jan Decaluwe
b81450ead2 typo 2016-03-01 18:02:21 +01:00
Jan Decaluwe
8aa54b797f script execution mode 2016-03-01 17:59:28 +01:00
Jan Decaluwe
e1e9ada5e8 Try ghdl 0.33 in travis 2016-03-01 17:25:23 +01:00
Jan Decaluwe
62aa73f2c2 Moved to 2008 version of ghdl - requires 0.33, expect travis fail 2016-03-01 16:06:29 +01:00
Henry Gomersall
48b0509cae
Fixed VHDL tests to output long vectors correctly, and Verilog to output similarly, and added a test for modbv types. 2016-02-28 10:59:44 +00:00
Henry Gomersall
f5ce6fb533
Changed the clock source to actually have the initial value outputted for a while. 2016-02-26 23:03:06 +00:00
Henry Gomersall
843eb9eb4a
Corrected error in which toVHDL wasn't being updated in the tests to actually set no_initial_value=False. 2016-02-26 20:55:15 +00:00
Henry Gomersall
0c315d3ae7
Updated name of initial value disable flag to be more consistent with the existing name scheme. 2016-02-26 20:45:56 +00:00
Henry Gomersall
2aa1c2f42e
Fix print statement to be python 3 compliant. 2016-02-26 20:43:05 +00:00
Henry Gomersall
2cb72e8f42
Tests for open source compilers implemented, replacing the initial Vivado tests. 2016-02-26 19:06:12 +00:00
Henry Gomersall
c8b1b285ca
Merge branch 'master' into initial_value_support 2016-02-26 15:42:33 +00:00
srivatsansoft
41081e3817 supporting python 2.6 2016-02-24 21:52:38 +05:30
srivatsansoft
8f0678bdea added 'from __future__ import print_function' 2016-02-24 21:31:48 +05:30
srivatsansoft
3f245896fc replaced pytest.raises with raises_kind for consistency 2016-02-24 20:32:48 +05:30
srivatsansoft
584e576b44 bug fix in _no_of_instance reset and test code updated 2016-02-24 01:01:37 +05:30
srivatsansoft
48692d4c4a changed to instance counter instead of run counter 2016-02-24 00:12:13 +05:30
srivatsansoft
0ea0fef555 A single simulation instance issue#104 2016-02-23 22:41:48 +05:30
Jan Decaluwe
9b5a613e55 Fix for the case when instantiation is directly at module level 2016-02-20 09:04:26 +01:00
Jan Decaluwe
04b1ad949a Fix docstring for ModuleInstance; migrate example 2016-02-15 21:05:02 +01:00
Jan Decaluwe
8bbfd1f31a Add deprecation warning; migrate test 2016-02-15 15:57:51 +01:00
Jan Decaluwe
32af854734 Make module decorator when used on method identical on CPython and PyPy 2016-02-15 14:12:55 +01:00
Jan Decaluwe
1137934141 Adapt traceSignals; migrate test 2016-02-14 17:32:59 +01:00
Jan Decaluwe
42406e463d Fix traceSignals test for additional multiple tests 2016-02-14 13:00:21 +01:00
Jan Decaluwe
813b085d6b Deprecation warnings 2016-02-12 22:03:53 +01:00
Jan Decaluwe
1d4625838f Deprecation warning 2016-02-11 13:27:33 +01:00
Jan Decaluwe
5c84578076 Migrate test 2016-02-11 12:20:48 +01:00
Jan Decaluwe
1182071e29 Make the module decorator work on methods; migrate test 2016-02-11 11:27:44 +01:00
Jan Decaluwe
7fd658f966 Custom code support; migrate tests and call them test_custom.py 2016-02-10 18:45:49 +01:00
Jan Decaluwe
2ab73788f7 rename for consistency 2016-02-10 14:38:00 +01:00
Jan Decaluwe
284626277e Migrate a test 2016-02-09 17:24:20 +01:00
Jan Decaluwe
fb03fa91e4 Migrate a test 2016-02-09 17:14:34 +01:00
Jan Decaluwe
5e52061415 Migrate a test 2016-02-09 17:08:47 +01:00
Jan Decaluwe
d3f82d87d4 Migrate a test 2016-02-09 17:06:24 +01:00
Jan Decaluwe
42f1386013 Migrate a test 2016-02-09 16:55:35 +01:00
Jan Decaluwe
c5edf6b4f7 Migrate tests 2016-02-09 16:53:38 +01:00
Jan Decaluwe
a4924c207d Migrate a test 2016-02-09 16:39:34 +01:00
Jan Decaluwe
cd964f9540 Migrate a test 2016-02-09 16:34:21 +01:00
Jan Decaluwe
7b615eda1f Migrate a test 2016-02-09 16:31:39 +01:00
Jan Decaluwe
60fd1b44d4 Migrate a test 2016-02-09 16:30:51 +01:00
Jan Decaluwe
4ed840acf2 Migrate a test 2016-02-09 15:15:55 +01:00
Jan Decaluwe
ac682de3cc Migrate a test 2016-02-09 13:50:02 +01:00
Jan Decaluwe
97daf62e1b Infer namespaces for ModuleInstance objects 2016-02-09 13:47:54 +01:00
Jan Decaluwe
a67b3a314e simplify symdict inference 2016-02-08 16:27:45 +01:00
Jan Decaluwe
74520ba900 Also check that module is called in module context 2016-02-08 15:04:24 +01:00
Jan Decaluwe
9cc384835a Migrate interface checks 2016-02-05 16:20:39 +01:00
Jan Decaluwe
a7548cb592 Migrate interfaces test; infer interface only after signal analysis 2016-02-05 14:18:19 +01:00
Jan Decaluwe
9ba5d1ba34 Add decorator signal args to siglist 2016-02-04 21:31:32 +01:00