module test(input [4:0] a, b, c, output [4:0] y); assign y = ((a+b) ^ (a-c)) - ((a*b) + (a*c) - (b*c)); endmodule
aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/files_map_editor.py
blob: e19317d0ec1032f8e77dcdf9a7e922e801ba2f74 (plain)
1
2
3
4
5
6
from libghdl import libghdl

Replace_Text = libghdl.files_map__editor__replace_text_ptr
Fill_Text = libghdl.files_map__editor__fill_text_ptr

Check_Buffer_Content = libghdl.files_map__editor__check_buffer_content