1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

new scope module for verilog

This commit is contained in:
Steven Hugg
2018-09-11 22:28:30 -04:00
parent 98ee1a2d77
commit ba55a35325
8 changed files with 630 additions and 197 deletions
+23
View File
@@ -215,10 +215,22 @@ div.emulator {
left:50%;
top:0;
width:50%;
height:100%;
background-color: #666;
margin-top: 20px auto 0;
}
div.emuoverlay {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.emuscope {
background-color: #333;
}
div.emuspacer {
}
/* has to be here b/c renders differently after first load if in inline style */
.emuvideo {
border-radius:20px;
@@ -300,3 +312,14 @@ div.replaydiv {
margin-left: 1em;
margin-right: 1em;
}
.gutter {
background-color: #555;
background-repeat: no-repeat;
background-position: 50%;
}
.gutter.gutter-vertical {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=')
}
.gutter.gutter-horizontal {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==')
}