from netlib.http import status_codes def test_simple(): assert status_codes.IM_A_TEAPOT == 418 assert status_codes.RESPONSES[418] == "I'm a teapot" itle='Atom feed' href='http://git.panaceas.org/cgit/iCE40/yosys/atom/tests/asicworld/code_verilog_tutorial_comment.v?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/asicworld/code_verilog_tutorial_comment.v
blob: 1cc0eb424d0cf99fcd81eef19ef1f2a3a9dd7f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25